home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 3-Pak - Disc 2
/
Infomagic - Windows 3-Pak (Disc 2 of 3).iso
/
FTP-Clients
/
lftp261.exe
/
0
/
RCDATA
/
TFRMBROWSE
/
TFRMBROWSE.txt
Wrap
Text File
|
1999-09-07
|
2KB
|
109 lines
object frmBrowse: TfrmBrowse
Left = 199
Top = 117
BorderStyle = bsDialog
Caption = 'Browse'
ClientHeight = 276
ClientWidth = 271
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 20
Top = 33
Width = 25
Height = 13
Caption = '&Path:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 20
Top = 84
Width = 53
Height = 13
Caption = '&Directories:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 20
Top = 226
Width = 33
Height = 13
Caption = 'Dri&ves:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lblText: TLabel
Left = 20
Top = 10
Width = 3
Height = 13
end
object txtPath: TEdit
Left = 20
Top = 52
Width = 238
Height = 21
TabOrder = 0
end
object DirectoryBox: TDirectoryListBox
Left = 20
Top = 102
Width = 147
Height = 116
IntegralHeight = True
ItemHeight = 16
TabOrder = 1
OnChange = FormCreate
end
object DriveBox: TDriveComboBox
Left = 20
Top = 244
Width = 147
Height = 19
TabOrder = 2
OnChange = DriveBoxChange
OnClick = DriveBoxClick
end
object btnOK: TButton
Left = 182
Top = 102
Width = 72
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 3
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 182
Top = 132
Width = 72
Height = 25
Caption = 'Ca&ncel'
ModalResult = 2
TabOrder = 4
end
end